home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Source / English.lproj / ClassWindow.nib / data.classes < prev    next >
Encoding:
Text File  |  1995-06-05  |  1.7 KB  |  51 lines

  1. SideSplitView = {
  2.     ACTIONS = {}; 
  3.     OUTLETS = {dimple = dimple; leftView = leftView; rightView = rightView; }; 
  4.     SUPERCLASS = View; 
  5. };
  6. CESideSplitView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = SideSplitView; };
  7. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  8. CEClassEditor = {
  9.     ACTIONS = {
  10.     "close:" = "close:"; 
  11.     "reparseMethods:" = "reparseMethods:"; 
  12.     "resolveLock:" = "resolveLock:"; 
  13.     "save:" = "save:"; 
  14.     "selectNewMethod:" = "selectNewMethod:"; 
  15.     "selectNewMethodFromText:" = "selectNewMethodFromText:"; 
  16.     "showAllFiles:" = "showAllFiles:"; 
  17.     "showCheatWindow:" = "showCheatWindow:"; 
  18.     "showDocumentationOnly:" = "showDocumentationOnly:"; 
  19.     "showImplementationOnly:" = "showImplementationOnly:"; 
  20.     "showInterfaceOnly:" = "showInterfaceOnly:"; 
  21.     "switchToNewDisplayMode:" = "switchToNewDisplayMode:"; 
  22.     "textDidChange:" = "textDidChange:"; 
  23.     "textDidGetKeys:" = "textDidGetKeys:"; 
  24.     "textShouldPerformCompletion:" = "textShouldPerformCompletion:"; 
  25.     "undo:" = "undo:"; 
  26.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  27.     "windowWillClose:" = "windowWillClose:"; 
  28.     }; 
  29.     OUTLETS = {
  30.     browser = browser; 
  31.     cheatWindow = cheatWindow; 
  32.     classHierarchyField = classHierarchyField; 
  33.     docuFile = docuFile; 
  34.     docuTextView = docuTextView; 
  35.     filename = filename; 
  36.     headerFile = headerFile; 
  37.     methodList = methodList; 
  38.     methodNameField = methodNameField; 
  39.     modePopup = modePopup; 
  40.     secondaryBrowser = secondaryBrowser; 
  41.     secondaryModePopup = secondaryModePopup; 
  42.     secondarySelection = secondarySelection; 
  43.     selection = selection; 
  44.     selectorNameField = selectorNameField; 
  45.     sourceFile = sourceFile; 
  46.     sourceTextView = sourceTextView; 
  47.     window = window; 
  48.     }; 
  49.     SUPERCLASS = Object; 
  50. };
  51.